FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ehelse.fhir.no.grunndata.test#2.3.3 (47 ms)

Package ehelse.fhir.no.grunndata.test
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ehelse.fhir.no.grunndata.test@2.3.3&canonical=http://ehelse.no/fhir/StructureDefinition/gd-parental
Url http://ehelse.no/fhir/StructureDefinition/gd-parental
Version 2.0.2
Status draft
Date 2019-10-16
Name GdParental
Experimental False
Authority hl7
Description Extension for representing information regarding parental responsibility parent-child/child-parent. Represents the same information awailable in the Norwegian Folkeregister.
Type Extension
Kind complex-type

Resources that use this resource

StructureDefinition
http://ehelse.no/fhir/StructureDefinition/gd-RelatedPerson GdRelatedPerson

Resources that this resource uses

StructureDefinition
http://ehelse.no/fhir/StructureDefinition/gd-fregmetadata FregMetadata
http://hl7.no/fhir/StructureDefinition/no-basis-HumanName no-basis-HumanName


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "gd-parental",
  "url" : "http://ehelse.no/fhir/StructureDefinition/gd-parental",
  "version" : "2.0.2",
  "name" : "GdParental",
  "status" : "draft",
  "date" : "2019-10-16",
  "description" : "Extension for representing information regarding parental responsibility parent-child/child-parent. Represents the same information awailable in the Norwegian Folkeregister.",
  "fhirVersion" : "4.0.0",
  "kind" : "complex-type",
  "abstract" : false,
  "context" : [
    {
      "type" : "element",
      "expression" : "RelatedPerson"
    },
    {
      "type" : "element",
      "expression" : "RelatedPerson.relationship"
    }
  ],
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Extension",
        "path" : "Extension",
        "short" : "Foreldreansvar",
        "definition" : "Extension for representing information regarding parental responsibility parent-child/child-parent. Represents the same information awailable in the Norwegian Folkeregister.\r\n\r\nThe information from FREG contains both the identifier of the responsibleParty and the identifier of the subjectOfResponsibility. If either the subject or the responsible party is not a norwegian citizen registered in FREG the elements: responsiblePartyNoId or subjectOfResponsibilityNoId (contains the name of the party/subject) is used.\r\n\r\nIf the responsible party is an Organization, responsibleOrganization (identifier from enhetsregisteret) is used.",
        "alias" : [
          "foreldreansvar"
        ],
        "max" : "1"
      },
      {
        "id" : "Extension.extension",
        "path" : "Extension.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Extension.extension:responsibleOrganization",
        "path" : "Extension.extension",
        "sliceName" : "responsibleOrganization",
        "short" : "The responsible organization",
        "definition" : "Identity of the organization that has formal responsibility of the child (foreldreansvar). Identified using the organization number from enhetsregisteret.",
        "alias" : [
          "ansvarligorganisasjon"
        ],
        "max" : "1",
        "binding" : {
          "strength" : "required",
          "valueSet" : "urn:oid:2.16.578.1.12.4.1.2.101"
        }
      },
      {
        "id" : "Extension.extension:responsibleOrganization.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "responsibleOrganization"
      },
      {
        "id" : "Extension.extension:responsibleOrganization.value[x]",
        "path" : "Extension.extension.value[x]",
        "short" : "The identifier of the organization",
        "definition" : "Identifier for the organization that is used to identify the organization across multiple disparate systems.",
        "alias" : [
          "organisasjonsnummer"
        ],
        "type" : [
          {
            "code" : "Identifier"
          }
        ]
      },
      {
        "id" : "Extension.extension:responsibleOrganization.value[x].system",
        "path" : "Extension.extension.value[x].system",
        "min" : 1
      },
      {
        "id" : "Extension.extension:responsibleOrganization.value[x].value",
        "path" : "Extension.extension.value[x].value",
        "min" : 1
      },
      {
        "id" : "Extension.extension:subjectOfResponsibility",
        "path" : "Extension.extension",
        "sliceName" : "subjectOfResponsibility",
        "short" : "The child subject of parenting responsibilty",
        "definition" : "The child that is subject of parenting responsibilty, identified by FNR or DNR of the child in question",
        "alias" : [
          "ansvarssubjekt"
        ],
        "max" : "1"
      },
      {
        "id" : "Extension.extension:subjectOfResponsibility.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "subjectOfResponsibility"
      },
      {
        "id" : "Extension.extension:subjectOfResponsibility.value[x]",
        "path" : "Extension.extension.value[x]",
        "type" : [
          {
            "code" : "string"
          }
        ]
      },
      {
        "id" : "Extension.extension:responsibleParty",
        "path" : "Extension.extension",
        "sliceName" : "responsibleParty",
        "short" : "The person responsible for the child",
        "definition" : "The person holding the legal parenting responsibilty, identified by FNR or DNR of the person in question",
        "alias" : [
          "ansvarlig"
        ],
        "max" : "1"
      },
      {
        "id" : "Extension.extension:responsibleParty.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "responsibleParty"
      },
      {
        "id" : "Extension.extension:responsibleParty.value[x]",
        "path" : "Extension.extension.value[x]",
        "type" : [
          {
            "code" : "string"
          }
        ]
      },
      {
        "id" : "Extension.extension:responsiblePartyNoId",
        "path" : "Extension.extension",
        "sliceName" : "responsiblePartyNoId",
        "short" : "The person responsible for the child",
        "definition" : "The person holding the legal parenting responsibilty, identified by name, gender, birthdate and nationality of the person.",
        "alias" : [
          "ansvarligUtenIdentifikator"
        ],
        "max" : "1"
      },
      {
        "id" : "Extension.extension:responsiblePartyNoId.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "responsiblePartyNoId"
      },
      {
        "id" : "Extension.extension:responsiblePartyNoId.value[x]",
        "path" : "Extension.extension.value[x]",
        "type" : [
          {
            "code" : "HumanName",
            "profile" : [
              "http://hl7.no/fhir/StructureDefinition/no-basis-HumanName"
            ]
          }
        ]
      },
      {
        "id" : "Extension.extension:subjectOfResponsibilityNoId",
        "path" : "Extension.extension",
        "sliceName" : "subjectOfResponsibilityNoId",
        "short" : "The child subject of parenting responsibilty",
        "definition" : "The child that is subject of parenting responsibilty, identified by name, gender, birthdate and nationality of the person.",
        "alias" : [
          "ansvarssubjektUtenIdentifikator"
        ],
        "max" : "1"
      },
      {
        "id" : "Extension.extension:subjectOfResponsibilityNoId.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "subjectOfResponsibilityNoId"
      },
      {
        "id" : "Extension.extension:subjectOfResponsibilityNoId.value[x]",
        "path" : "Extension.extension.value[x]",
        "type" : [
          {
            "code" : "HumanName",
            "profile" : [
              "http://hl7.no/fhir/StructureDefinition/no-basis-HumanName"
            ]
          }
        ]
      },
      {
        "id" : "Extension.extension:fregMetadata",
        "path" : "Extension.extension",
        "sliceName" : "fregMetadata",
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://ehelse.no/fhir/StructureDefinition/gd-fregmetadata"
            ]
          }
        ]
      },
      {
        "id" : "Extension.extension:fregMetadata.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "fregMetadata"
      },
      {
        "id" : "Extension.url",
        "path" : "Extension.url",
        "fixedUri" : "http://ehelse.no/fhir/StructureDefinition/gd-parental"
      },
      {
        "id" : "Extension.value[x]",
        "path" : "Extension.value[x]",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.